home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC7.DMS / in.adf / cppdemo.lha / C++ / Hello World.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  75 b   |  7 lines

  1. #pragma +
  2. #include <stream.h>
  3.  
  4. void main()
  5. { cout << "Hello, World!\n"; }
  6.  
  7.